
 html,body{
    padding:0px;
    margin:0px;
    max-width: 100%;
    overflow-x: hidden;
}
*{
    
    box-sizing:border-box;
    max-width: 100%;
}
@media  (max-width: 480px){
    body{
    font-size: smaller;
    
    

}
.navbar{
    width: 100%;
    
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.logo{
    
    font-size: 1.4rem;
    text-align: center;
    
}
.menu ul{
    flex-wrap: wrap;
    
    gap: 3px;
    justify-content: center;
}
.menu ul li{
    padding: 3px 7px;
    font-size: 12px;
}
.header{
    height: 120px;
    width: 100%;
    padding: 20px 15px;

}


.hero{
    width: 100%;
    padding: 10px;
}
.hero h1{
    font-size: 10px;
    
}

.hero h3{
    font-size: 14px;
    margin-top: 10px;
}
.main-content{
    padding: 20px 15px;
}
.introduction{
    flex-direction: column;
}
.introduction h1{
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
}
.introduction h2{
    width: 100%;
    font-size:1.2rem ;
}
.introduction p{
    width: 100%;
    font-size: 10px;
}



    
}

    .header{
    width: 100%;
    height: auto;
    background-image: url("layout.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden

}
.video-section {
    background: cover;
    position: relative;
    right: 0;
    width: auto;
    height: auto;
    bottom: 0;
    
}

    .navbar{
    width: 100%;
    
    padding: 10px 20px;
    display: flex;
    align-items: center;
    
    justify-content: space-between;


}
.logo{
    letter-spacing: 2px;
    color: black;
    font-size: 1.3rem;
    font-weight: bold;
    


}
.menu ul{
    display: flex;
    list-style: none;
    gap: 5px;
    margin: 0;
    padding: 0;
    
    

}
.menu ul li{
    
     margin: 10px;
    padding: 5px;
    color: antiquewhite;
    list-style: none;
    text-decoration: none;
    transition: all 0.7s ease;
    text-transform: uppercase;
}
.menu a {
    text-decoration: none;
}
.menu a:hover{
    background-color:cadetblue;
    color: #d4af37;

    
}
.hero{
    color: solid black;
    margin-top:100px ;
    
    text-align: center;
    font-weight: bold;
    width: 100%;
}
.hero h1{
    font-size: 25px;
    
    text-shadow:3px 1px blanchedalmond;
}
.hero h3{
     font-size: 20px;
    margin-top: 10%;
    text-shadow:2px 1px blanchedalmond;
}
.main-content{
    width: 100%;
padding: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto;
    
}
.introduction{
    display: flex;
    width: 100%;
    flex-direction:column;
    justify-content: space-between;
    gap: 10px;
}


.introduction h1{
    font-style: italic;
    text-align:left ;
    font-size: 3rem;
    font-weight:bold;
    color: white;
    letter-spacing: 5px;
    width: 60%;
    background-color: black;
    display: inline-block;
}
.introduction p{
    color:black;
    font-size: 20px;
    font-weight:lighter;
    width: 80%;
    display: block
}
.introduction h2{
    font-style: italic;
    text-align:left ;
    font-size: 2rem;
    font-weight:bold;
    color: white;
    letter-spacing: 5px;
    background-color: black;
    display: inline-block;
    width: 65%;

}
.introduction p{
    color:black;
    font-size: 20px;
    font-weight:lighter;
    width: 60%;
    display: block
}

    .minor{
    background-color: black;
    color: white;
    padding: 0;
    
    width: 100%;
}
.footer{
    text-align: center;
}
.footer p{
    color: antiquewhite;
    font-size: 15px;
    font-style: italic;
}